home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / UTIL_BAT.ZIP / FINDSFXS.BAT < prev    next >
DOS Batch File  |  1995-03-31  |  539b  |  19 lines

  1. @echo off
  2. ::
  3. :: This batch file will search your system for ZIP/LHA self-extracting archive
  4. :: files.
  5. ::
  6. :: It demonstrates FFG features:
  7. ::
  8. :: /1z        find one file per archive
  9. :: /z.exe     search only in self-extracting archives
  10. :: /qmfs      quiet (suppress all but meter, files, summary)
  11. :: /fpa_p\z   format packed path using Attributes, path, archive name
  12. ::
  13. echo.
  14. echo Searching for self extracting archive files...
  15. echo.
  16. echo Type Path\ArchiveName
  17. echo ---- ----------------
  18. ffg *:* /1z /z.exe /fpa_p\z /qmfs
  19.